home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / tcp / PutMailSRC.lha / PutMail.history < prev    next >
Text File  |  1995-06-08  |  4KB  |  167 lines

  1.  
  2. Version 1.23
  3.  
  4. A general tidy up of some code.  If user used CTRL-C or program
  5. crashed the mail file was often left in use, fixed this bug.
  6.  
  7.  
  8. Version 1.22
  9.  
  10. Added HOME to command line.  Partly so that you don't need to use
  11. the HOME env var but mainly to handle multiple AmiTCP users nicely.
  12. Results in correct header, signature & EMail address being used.
  13.  
  14.  
  15. Version 1.21
  16.  
  17. Can now get your EMailAddr from HOME:.EMailAddr which means
  18. no env var and can handle multiple AmiTCP users nicely.
  19.  
  20.  
  21. Version 1.20
  22.  
  23. Fixed a bug that cause the location of the To: field to fail.
  24.  
  25. Many thanks to Giovanni ggntgv01@cidoc.iuav.unive.it for advising
  26. me of this problem and therefore helping to improve PutMail.
  27.  
  28.  
  29. Version 1.19
  30.  
  31. Extended results still not bullet proof :-(
  32. Have now rewritten this code, it's smaller, faster & works!
  33.  
  34. Thank you all for putting up with my incompetence (blush).
  35.  
  36. Many thanks to Dwight dclong@databank.com and garryh@innotts.co.uk
  37. for advising me of this problem and therefore helping to improve PutMail.
  38.  
  39.  
  40. Version 1.18
  41.  
  42. My processing of extended results did not handle all situations.
  43. Have now resolved this and it should be very reliable.
  44.  
  45. Many thanks to Ray raybro@q.continuum.net and Dwight dclong@databank.com
  46. for advising me of this problem and therefore helping to improve PutMail.
  47.  
  48.  
  49. Version 1.17
  50.  
  51. You now no longer need to define the SMTPHost as an argument
  52. or even an environmental variable.  You can place an entry in
  53. the AmiTCP:db/hosts file with an alias of SMTPHost instead.
  54.  
  55. Many thanks to Michael mikey@scinter.AFTAC.GOV for advising me
  56. how to do this and therefore helping to improve PutMail.
  57.  
  58.  
  59. Version 1.16
  60.  
  61. PutMail now correctly handles three forms of address specification.
  62. eg1: To: mlanza@southern.co.nz
  63. eg2: To: mlanza@southern.co.nz (Martin Lanza)
  64. eg3: To: Martin Lanza <mlanza@southern.co.nz>
  65.  
  66. Many thanks to Andy xyzzy@cybernetics.net for advising me of this
  67. problem and therefore helping to improve PutMail.
  68.  
  69.  
  70. Version 1.15
  71.  
  72. Wow!  Finally found that dam Enforcer Hit!
  73. Documentation upgraded.
  74.  
  75.  
  76. Version 1.14
  77.  
  78. The following modifications were made to conform to RFC 822.
  79. The field name SMTPClient now changed to X-SMTPClient.
  80. The Day name abbreviated to three characters.
  81. Removed hyphen's '-' in the date.
  82.  
  83. Many thanks to Simon simes@amdev.demo.co.uk for advising me of these
  84. problems and therefore helping to improve PutMail.
  85.  
  86. Also, now deleting the temporary mail file after successfull transmission.
  87.  
  88.  
  89. Version 1.13
  90.  
  91. The temporary file name was getting far too long, now fixed.
  92.  
  93. Many thanks to Arni (afj@rhi.hi.is) for advising me of this
  94. problem and therefore helping to improve PutMail.
  95.  
  96.  
  97. Version 1.12
  98.  
  99. Minor enhancements, reduce static variable usage,
  100. put comma's into the mail msg for multiple addresses.
  101.  
  102.  
  103. Version 1.11
  104.  
  105. Silly me, the message header was wrong when you specify multiple
  106. destinations on the command line :-(
  107.  
  108.  
  109. Version 1.10
  110.  
  111. Fixed spelling mistakes.
  112.  
  113. Many thanks to Bob (bdevries@gil.ipswichctiy.qld.gov.au) for advising
  114. me of this problem and therefore helping to improve PutMail.
  115.  
  116. The location of the header and signature files is now obtained from the
  117. directory stored in the environmental variable 'HOME'.
  118.  
  119.  
  120. Version 1.9
  121.  
  122. The "To" argument is now optional.  If not supplied PutMail will locate
  123. the "To" address from within your mail file.
  124.  
  125. Many people requested this feature, thanks to you all :-)
  126.  
  127.  
  128. Version 1.8
  129.  
  130. Found that PetMail was under some circumstances setting the result code 2
  131. value when it shouldn't have.  Solutions seems to be make sure you call
  132. IoErr() after Dos GetVar calls and then SetIoErr(), curious!
  133.  
  134.  
  135. Version 1.7
  136.  
  137. Modified to detect "Sendmail 8.6.11/8.6.9" as it sends an illegal
  138. extended response to the initial connection (yuck!).
  139.  
  140. Many thanks to Steve (stevejc@netspace.net.au) for advising me of this
  141. issue and therefore helping to improve PutMail.
  142.  
  143.  
  144. Version 1.6
  145.  
  146. Modified for MLink which has no AmiTCP:db/passwd file.
  147. Now uses HOME: assign and does not put the full user name into
  148. the From: line of the header (only when used with MLink).
  149.  
  150. Many thanks to Mike (mhatch@gate.net) for advising me of this
  151. problem and therefore helping to improve PutMail.
  152.  
  153.  
  154. Version 1.5
  155.  
  156. Not handling LONG initial connect responses correctly.
  157.  
  158. Many thanks to Steve (stevejc@netspace.net.au) for advising me of this
  159. problem and therefore helping to improve PutMail.
  160.  
  161.  
  162. Version 1.4
  163.  
  164. First public release of PutMail!
  165.  
  166.  
  167.